#include <psptypes.h>
Go to the source code of this file.
Data Structures | |
| struct | _SceUtilityMsgDialogParams |
| Structure to hold the parameters for a message dialog. More... | |
Typedefs | |
| typedef _SceUtilityMsgDialogParams | SceUtilityMsgDialogParams |
| Structure to hold the parameters for a message dialog. | |
Functions | |
| int | sceUtilityMsgDialogInitStart (SceUtilityMsgDialogParams *params) |
| Create a message dialog. | |
| void | sceUtilityMsgDialogShutdownStart (void) |
| Remove a message dialog currently active. | |
| int | sceUtilityMsgDialogGetStatus (void) |
| Get the current status of a message dialog currently active. | |
| void | sceUtilityMsgDialogUpdate (int n) |
| Refresh the GUI for a message dialog currently active. | |
|
|
Structure to hold the parameters for a message dialog.
|
|
|
Get the current status of a message dialog currently active.
|
|
|
Create a message dialog.
|
|
|
Remove a message dialog currently active. After calling this function you need to keep calling GetStatus and Update until you get a status of 4. |
|
|
Refresh the GUI for a message dialog currently active.
|
1.4.6